runtime.stackScanState.freeBuf (field)
11 uses
	runtime (current package)
		mgcmark.go#L994: 	if state.buf != nil || state.cbuf != nil || state.freeBuf != nil {
		mgcstack.go#L180: 	freeBuf *stackWorkBuf // keep around one free buffer for allocation hysteresis
		mgcstack.go#L218: 		if s.freeBuf != nil {
		mgcstack.go#L219: 			buf = s.freeBuf
		mgcstack.go#L220: 			s.freeBuf = nil
		mgcstack.go#L245: 			if s.freeBuf != nil {
		mgcstack.go#L247: 				putempty((*workbuf)(unsafe.Pointer(s.freeBuf)))
		mgcstack.go#L250: 			s.freeBuf = buf
		mgcstack.go#L262: 	if s.freeBuf != nil {
		mgcstack.go#L263: 		putempty((*workbuf)(unsafe.Pointer(s.freeBuf)))
		mgcstack.go#L264: 		s.freeBuf = nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |